home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 467
- Height = 410
- Caption = 'Multi Record Form'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 8
- Top = 40
- Width = 441
- Height = 324
- DataSource = DataSource1
- DefaultDrawing = False
- Font.Color = clWindowText
- Font.Height = 94
- Font.Name = 'System'
- Font.Style = []
- Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
- ParentFont = False
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = [fsBold]
- OnDrawDataCell = DBGrid1DrawDataCell
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 8
- Top = 8
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'CUSTOMER.DB'
- Left = 48
- Top = 8
- object Table1CustNo: TFloatField
- DisplayLabel = 'Who'
- DisplayWidth = 5
- FieldName = 'CustNo'
- end
- object Table1Company: TStringField
- DisplayLabel = 'Where'
- DisplayWidth = 5
- FieldName = 'Company'
- Size = 30
- end
- object Table1Addr1: TStringField
- FieldName = 'Addr1'
- Visible = False
- Size = 30
- end
- object Table1Addr2: TStringField
- FieldName = 'Addr2'
- Visible = False
- Size = 30
- end
- object Table1City: TStringField
- FieldName = 'City'
- Visible = False
- Size = 15
- end
- object Table1State: TStringField
- FieldName = 'State'
- Visible = False
- end
- object Table1Zip: TStringField
- FieldName = 'Zip'
- Visible = False
- Size = 10
- end
- object Table1Country: TStringField
- FieldName = 'Country'
- Visible = False
- end
- object Table1Phone: TStringField
- FieldName = 'Phone'
- Visible = False
- Size = 15
- end
- object Table1FAX: TStringField
- FieldName = 'FAX'
- Visible = False
- Size = 15
- end
- object Table1TaxRate: TFloatField
- FieldName = 'TaxRate'
- Visible = False
- DisplayFormat = '0.00%'
- end
- object Table1Contact: TStringField
- FieldName = 'Contact'
- Visible = False
- end
- object Table1LastInvoiceDate: TDateTimeField
- FieldName = 'LastInvoiceDate'
- Visible = False
- end
- end
- end
-